func runtime.gcount

5 uses

	runtime (current package)
		debug.go#L180: 	return int(gcount(false))
		metrics.go#L864: 	a.gTotal = uint64(gcount(true))
		mprof.go#L1362: 		return int(gcount(false)), false
		mprof.go#L1378: 	n = int(gcount(false))
		proc.go#L5699: func gcount(includeSys bool) int32 {